DTV_STAT_COMMAND_START

@def DTV_STAT_COMMAND_START @brief Start number for libdvbv5 statistics commands @ingroup frontend @def DTV_STATUS @brief Lock status of a DTV frontend. This actually comes from the Kernel, but it uses a separate ioctl. @ingroup frontend @def DTV_BER @brief Bit Error Rate. This is a parameter that it is derivated from two counters at the Kernel side @ingroup frontend @def DTV_PER @brief Packet Error Rate. This is a parameter that it is derivated from two counters at the Kernel side @ingroup frontend @def DTV_QUALITY @brief A quality indicator that represents if a locked channel provides a good, OK or poor signal. This is estimated considering the error rates, signal strengh and/or S/N ratio of the carrier. @ingroup frontend @def DTV_PRE_BER @brief Bit Error Rate before Viterbi. This is the error rate before applying the Forward Error Correction. This is a parameter that it is derivated from two counters at the Kernel side. @ingroup frontend @def DTV_MAX_STAT_COMMAND @brief Last statistics command @ingroup frontend @def DTV_STAT_NAME_SIZE @brief Number of statistics commands @ingroup frontend @def DTV_NUM_KERNEL_STATS @brief Number of statistics commands provided by the Kernel @ingroup frontend @def DTV_NUM_STATS_PROPS @brief Total number of statistics commands @ingroup frontend

extern (C)
enum DTV_STAT_COMMAND_START = 512;

Meta